projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8d416
)
(shut_down_emacs): Fix last change.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 30 Aug 2001 13:36:24 +0000
(13:36 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 30 Aug 2001 13:36:24 +0000
(13:36 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 47beb426a15ecf3f2c6d8fbfa87fcaf2268953ae..924eeee8cf945e6e8d5e44fe614875c9410bfa2b 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1914,7
+1914,7
@@
shut_down_emacs (sig, no_x, stuff)
/* Do this only if terminating normally, we want glyph matrices
etc. in a core dump. */
- if (sig
&& sig !
= SIGTERM)
+ if (sig
== 0 || sig =
= SIGTERM)
{
check_glyph_memory ();
check_message_stack ();